ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap.TagHelpers Namespace / PivotFieldBaseTagHelper<TControl> Class / ShowAs Property

In This Topic
    ShowAs Property (PivotFieldBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.Olap.PivotFieldBase.ShowAs. Sets how the field results should be formatted.
    Syntax
    'Declaration
     
    Public Property ShowAs As ShowAs
    public ShowAs ShowAs {get; set;}
    See Also